Boolean2DComputeInters

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

Boolean2DComputeInters()  

SYNOPSIS

bool_lib/bool-2d.c:319

Bool2DInterStruct *Boolean2DComputeInters(IPPolygonStruct *Poly1,
                                          IPPolygonStruct *Poly2,
                                          int HandlePolygons)
 

DESCRIPTION

Given two polygons/lines, Detect all edges in Pl1 that intersect with edges in Pl2. Returned is the information about all intersections as a Bool2DInter structure list.  

PARAMETERS:

Poly1, Poly2: The two polygons/lines to intersect.

HandlePolygons: If polygons, needs to handle normals etc.  

FUNCTION RETURN VALUE

Bool2DInterStruct *: Intersection information.  

SEE ALSO

Boolean2D,

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
SEE ALSO
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:14 GMT, October 17, 2022